CaptureSession

public interface CaptureSession implements Observable<T>

A browser capture session.

Since

7.20

Functions

Link copied to clipboard
public abstract boolean isActive()
Indicates whether this capture session is active.
Link copied to clipboard
public abstract Subscription on<E extends T>(Class<E> eventClass, Observer<E> observer)
Subscribes the given event observer to receive the events of the given eventClass.
Link copied to clipboard
public abstract CaptureSource source()
Returns the CaptureSource instance for this capture session.
Link copied to clipboard
public abstract void stop()
Stops capturing.